home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8937 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  817 b 

  1. Path: in2.uu.net!novia!usenet
  2. From: billw@oasis.novia.net (Bill Wilson)
  3. Newsgroups: comp.lang.c++
  4. Subject: Rookie needs help in creating DLLs
  5. Date: 27 Feb 1996 14:10:21 GMT
  6. Organization: Novia Internetworking <> 28.8kbps dialup; 402/390-2NET
  7. Message-ID: <4gv3cd$545@nntp.novia.net>
  8. NNTP-Posting-Host: billw.novia.net
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=ISO-8859-1
  11. X-Newsreader: WinVN 0.99.5
  12.  
  13. I am rather new a C++. I have read some articles on the advantage of 
  14. using DLLs with various programs. I would like to write a few DLLs to 
  15. examine some of these advantages. I have a couple of questions though.
  16.  
  17. 1. What is the basic structure for writing a DLL? What I mean is header, 
  18. body, parameter declaration, etc.
  19.  
  20. 2. How does one then make it available to be accessed from other 
  21. programs?
  22.  
  23. Thanks.
  24.  
  25.  
  26.